IMoveHelicalCommand.EndPoint property

This parameter's definition varies between motion modes.

Absolute: the array of absolute positions for each dimension in the specified coordinate system. The maximum size is 64.

Additive: the array of positions for each dimension in the specified coordinate system. The maximum size is 64. These positions are defined relatively to the positions of the starting point.

Relative: the array of absolute positions for each dimension in the specified coordinate system. The maximum size is 64. These positions are defined relatively to the positions of the starting point.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
double[] EndPoint { get; }
ReadOnly Property EndPoint As Double()

Property value

Type: double[]

See also

IMoveHelicalCommand Interface

IntervalZero.KINGSTAR.Base.Class Namespace